home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / mcedit10.zip / MCEDIT.DOC < prev    next >
Text File  |  1993-04-19  |  6KB  |  136 lines

  1. MCEDIT.DOC
  2.  
  3. Mouse Cursor Editor Version 1.0, Copyright 1991 Bob Hayes
  4.  
  5. PURPOSE:    Mouse Cursor Editor is a programming tool that will enable
  6.             developers to graphical create mouse cursors.
  7.  
  8. REQUIREMENTS: Microsoft compatible mouse and EGA graphics.
  9.  
  10. USE:  mcedit (there are no command line options)
  11.  
  12.  
  13.       Mouse Cursor Editor is designed to make it easier for developers to
  14. create custom mouse cursors for programs that make use of a Microsoft
  15. compatible mouse.  This program will save you the time of manually coding the
  16. screen and cursor masks.  This program will not change the shape of cursor in
  17. compiled programs.  This program does not do Windows 3.0, Windows uses a
  18. different method of incorporating a mouse cursor into a program.
  19.  
  20.  
  21. EXAMPLE OF AN EDITING SESSION
  22.  
  23.       1.    At the DOS prompt type 'MCEDIT' and press 'Enter'.  MCEDIT.EXE will
  24.             need to be in a directory on your path.  If your system has a
  25.             Microsoft compatible mouse driver loaded and is capable of
  26.             displaying 640x350x16 EGA graphics, the program will begin.
  27.  
  28.       2.    Read the copyright/registration notice on the screen.  Click the
  29.             left mouse button to continue (In this documentation 'click' will
  30.             refer to the left button).  
  31.  
  32.       3.    Click on the 'Help...' menu item.  The first help screen will
  33.             appear.  Click to view the second help screen.  Click to clear the
  34.             help screen.
  35.  
  36.       4.    The default mouse cursor is shown in the edit grid at startup. 
  37.             Click on the 'Clear' menu item.  This clears the cursor out of the
  38.             edit grid.  You are not prompted to save it.
  39.  
  40.       5.    Click on the word 'Black' in the color selection box.  A check mark
  41.             should be next to the colored box.
  42.  
  43.       6.    Move the mouse cursor to the edit grid.  Press the left button. 
  44.             The square under the pointer should turn black.  Move the mouse
  45.             around coloring more squares.
  46.  
  47.       7.    Repeat steps 5 and 6 with the other three colors: White, Unchanged,
  48.             and Inverted.
  49.  
  50.       8.    Click on the 'Masks' menu item.  The screen and cursor masks for
  51.             the cursor in the edit grid will appear on the left side of the
  52.             screen.
  53.  
  54.       9.    Click on the 'Test' menu item.  The sixteen basic screen colors
  55.             will appear on the right side of the screen.
  56.  
  57.       10.   Click the right mouse button.  The mouse cursor becomes the one in
  58.             the edit grid.  Use the test color bars to see how the cursor looks
  59.             over various colors.  Click the right button again to return to the
  60.             default cursor.
  61.  
  62.       11.   Click on the 'Output...' menu item.  Type a name for the cursor in
  63.             the dialog box.  Press the enter key.  Select the form you want the
  64.             cursor output in.  All of the files are plain text files.  Click
  65.             the 'OK' button.  NOTE: You do not need to display the masks in
  66.             order to output the cursor.  The file will over write a file with
  67.             the same name.
  68.  
  69.       12.   Click the 'About...' menu item.  Write down my name and address and
  70.             send me $5.
  71.  
  72.       13.   Click the 'Exit' menu item to exit the program.
  73.  
  74.  
  75. FILELIST
  76.  
  77. The following files should be in MCEDIT10.ZIP:
  78.  
  79. BLACK    PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  80. BOBMOUSE PAS      TP 5 source for BOBMOUSE unit.
  81. BOBMOUSE TPU      TP 5 mouse unit. (needed to compile MCEDEMO)
  82. BOBSIGN  OBJ      Object file of signature (needed to compile MCEDEMO)
  83. DEFAULT  PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  84. EGAVGA   OBJ      Object file of EGAVGA.BGI. (needed to compile MCEDEMO)
  85. HAND     PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  86. HANDSCAN PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  87. HORSIZE  PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  88. HOURGLAS PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  89. INVERSE  PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  90. MAGGLASS PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  91. MCEDEMO  EXE      A demo program showing the use of some functions.
  92. MCEDEMO  PAS      Pascal source for MCEDEMO.EXE. (needed to compile MCEDEMO)
  93. MCEDIT   DOC      This file.
  94. MCEDIT   EXE      The Mouse Cursor Editor.
  95. SEETHRGH PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  96. TEXTT    PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  97. VERTSIZE PAS      Pascal source for a mouse cursor. (needed to compile MCEDEMO)
  98.  
  99.  
  100. SHAREWARE
  101.  
  102.       This copyrighted program is being distributed as shareware.  You may try
  103. this program, and if you like it, or find it useful, and wish to continue using
  104. it, you are expected to register with the author.  You are free (and
  105. encouraged) to copy this program and distribute it to anyone, as long as no fee
  106. is charged for the program, and as long as this documentation file and all of
  107. the files listed in the file list section of this document are included.  The
  108. registration fee is $5.  To register, send your name, address, the program name
  109. and version, where you got the program, and $5 to:
  110.  
  111.             Bob Hayes
  112.             10104 Blue Tee Terr.
  113.             Gaithersburg, MD  20879
  114.  
  115. All registered users will receive the next version when it is available.
  116.  
  117.  
  118. DISCLAIMER
  119.  
  120.       This program is being distributed as is.  There are no warranties
  121. expressed or implied.  The author is not responsible for any damage, injury or
  122. death caused directly or indirectly by this program.
  123.  
  124.  
  125. If you have any questions or comments about the program, please send them to
  126. the above address.
  127.  
  128.                                     Thanks,
  129.                                     
  130.                                     Bob Hayes
  131.  
  132.  
  133.  
  134. Product names are trademarks or registered trademarks of their respective
  135. holders.
  136.